ComponentOne ASP.NET MVC Controls
BaseODataCollectionViewService<T> Class
Members 

C1.Web.Mvc Namespace : BaseODataCollectionViewService<T> Class
Defines the base class for the collectionview used to bind OData service.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class BaseODataCollectionViewService(Of T) 
   Inherits BaseCollectionViewService(Of T)
   Implements IItemsSource(Of T), ITemplate 
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class BaseODataCollectionViewService<T> : BaseCollectionViewService<T>, IItemsSource<T>, ITemplate  
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
         C1.Web.Mvc.BaseCollectionViewService<T>
            C1.Web.Mvc.BaseODataCollectionViewService<T>
               C1.Web.Mvc.ODataCollectionViewService<T>
               C1.Web.Mvc.ODataVirtualCollectionViewService<T>

See Also

Reference

BaseODataCollectionViewService<T> Members
C1.Web.Mvc Namespace